home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / serial / mdm-2.000 / mdm-2 / README < prev    next >
Text File  |  1993-11-16  |  3KB  |  116 lines

  1. Linux Modem SERVER version 2.09
  2.  
  3. Please read COPYING for more details on the licence of this product.
  4.  
  5. **PLEASE** DON'T send this out with any changes, send me patch
  6. files if you fix or modify anything, and I will release
  7. it with your patches, and recognition of the patch.
  8.  
  9. It is designed to do what uugetty does not.
  10.  
  11. Compiling and Installation
  12.  
  13. I use GCC 2.4.3, with 0.99pl12 kernal.
  14.  
  15. Edit the Makefile to select what log file you want to use
  16. and if you want device logging.
  17.  
  18. -DDEBUG will send a lot of information to the logfile and
  19. the logging device, but is recommended until you are sure
  20. everything is working.
  21.  
  22. just type 
  23. make install
  24.  
  25. To make the program, and install the files.
  26.  
  27. There are a few config files that are used, the main GLOBAL
  28. configuration fileis in /etc/default/modem.
  29.  
  30. It is used for all lines, unless a seperate config file is present
  31. which will overide any options.
  32. Have a look at this file for details of the options.
  33.  
  34. To make a seperate config for a different tty, just make a tty?? file
  35. in the /etc/default directory with the overiding commands in it.
  36.  
  37. an example is in /etc/default/ttys1
  38.  
  39. Which is loaded for the modem server on ttys1
  40.  
  41. Command line parameters :-
  42.  
  43. /etc/modem tty speed login
  44.  
  45. eg:
  46.  
  47. /etc/modem ttys1 2400 bbs
  48.  
  49. This will Initialise the modem at 2400 baud. (Configuration files
  50. can override this option). and will login as BBS when connected.
  51. If you leave the login option blank, it will execute login
  52. to allow the user to login as normal.
  53.  
  54. FEATURES:
  55.  
  56. *EASY* config files.
  57. Specifically for HAYES compatable intelligent modems.
  58. Fully UUCP aware, will allow UUCP or EMSI mailers to dial out
  59. correctly, and also allows Termial Packages to use the line.
  60. (Eg Xcomm).
  61.  
  62. If you have any probs, additions, fixes mail me
  63. at  :-
  64.  
  65. root@lsupoz.apana.org.au
  66.  
  67.  
  68. CONFIGURATION OPTIONS
  69. ---------------------
  70.  
  71. x = Number s = string
  72.  
  73. SPEED x
  74. The com port speed you wish to initialise the modem at.
  75.  
  76. LOCKED
  77. Set this if you want the port speed to not change after connection.
  78. (This is normally used for Error Correcting modems)
  79.  
  80. INIT s
  81. The Modem initialisation string.
  82. A | is interpreted as a Carriage Return
  83.  
  84. INITSPEED x
  85. The speed that you initialise the modem at.
  86. This is here so that you can initialise the modem and use a command that
  87. will lock the modem to a higher speed.
  88. Eg, the Worldblazer can Autobaud up to 38400, but if you want to use
  89. 57600, you have to set an S register. You can set the INIT speed to
  90. 38400, and put the S register in the INIT string. After initialisation
  91. the modem and modem server will switch to the higer speed.
  92.  
  93. ERRORCORRECT
  94. Set this if you have an ERROR Correcting modem
  95. (Ie with MNP and/or LAPM)
  96.  
  97. TIMEOUT
  98. The Timeout value while waiting for a 'CR'
  99. (This is only valid when ERRORCORRECT is not set).
  100.  
  101. CONNECT
  102. The timeout value for waiting for the CONNECT message.
  103. (If you have a modem that sends the connectmessage BEFORE
  104. raising DCD, then set this to 0)
  105. There are example setups for the NetComm M7F Series 4 and Avtek CD920/CD930
  106. modems for this..
  107.  
  108. ISSUE
  109. Set this if you want to send /etc/issue before displaying a login: prompt
  110.  
  111. ROWS
  112. Set the default number of rows for the terminal to be set to.
  113.  
  114. COLS
  115. Set the default number of cols for the terminal to be set to.
  116.